From c4d681a4186247f24c941ba86a19ced71bf7c701 Mon Sep 17 00:00:00 2001 From: "sos22@douglas.cl.cam.ac.uk" Date: Thu, 10 Feb 2005 17:15:51 +0000 Subject: [PATCH] bitkeeper revision 1.1168 (420b96c7tDX3WAggwXBacK-2DjNySg) Trap to debugger from a fatal trap. --- xen/arch/x86/traps.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/x86/traps.c b/xen/arch/x86/traps.c index e23cea4b7b..cffdb59088 100644 --- a/xen/arch/x86/traps.c +++ b/xen/arch/x86/traps.c @@ -127,6 +127,8 @@ asmlinkage void fatal_trap(int trapnr, struct xen_regs *regs) printk("System shutting down -- need manual reset.\n"); printk("************************************\n"); + debugger_trap_immediate(); + /* Lock up the console to prevent spurious output from other CPUs. */ console_force_lock(); -- 2.30.2